Template with STL algorithms slows down function a lot

Resolving Performance Issues with C+ + Template and STL Algorithms

The price of dynamic memory in C/C++ - Ivica Bogosavljevic

C++Now 2018: You Can Do Better than std::unordered_map: New Improvements to Hash Table Performance

The Hitchhiker's Guide to Faster Builds - Part 1 of 2 - Viktor Kirilov - code::dive 2018

CppCon 2016: Nicholas Ormrod “The strange details of std::string at Facebook'

C++Now 2017: Peter Bindels 'Mocking C++'

CppCon 2017: Carl Cook “When a Microsecond Is an Eternity: High Performance Trading Systems in C++”

Guest Lecture - Chasing Nodes by Victor Ciura

CppCon 2018: Mike Shah “Let's Intercept OpenGL Function Calls...for Logging!”

The Hitchhikers guide to faster builds - Viktor Kirilov - Meeting C++ 2018

The price of dynamic memory in C/C++

The Performance Price of Dynamic Memory in C++ - Ivica Bogosavljevic - [CppNow 2021]

Viktor Kirilov — The hitchhiker's guide to faster builds

40x Faster Binary Search

Fast C++ by using SIMD Types with Generic Lambdas and Filters - Andrew Drakeford - CppCon 2022

Value Proposition: Allocator-Aware (AA) Software - John Lakos - CppCon 2019

The Hitchhiker's Guide to Faster Builds - Viktor Kirilov [C++ on Sea 2019]

What is C++ - Chandler Carruth, Titus Winters - CppCon 2019

CppCon 2019: Jonathan Boccara “10 Techniques to Understand Existing Code”

code::dive conference 2014 - Scott Meyers: Cpu Caches and Why You Care

Performance Optimization Techniques for Mobile Devices: An Overview - Ivica Bogosavljevic

Ivica Bogosavljević — The hidden performance price of C++ virtual functions — 27.9.2023.

Striving for ultimate low latency. Mateusz Pusz ➠ CoreHard Autumn 2019

Massively-Parallel Data Structures, Performance to 13 PF/s, Portability, Transparency, and More